home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sauter.zip / B-CMINCH.MF < prev    next >
Text File  |  1990-09-16  |  2KB  |  61 lines

  1. % Computer Modern Inch-high Letters.
  2. if unknown cmbase: input cmbase fi
  3.  
  4. font_identifier:="CMINCH"; font_size design_size * pt#;
  5.  
  6. % This font is just CMSSBX with a large point size.  The corrections
  7. % below are to compensate for rounding errors, to give exactly the
  8. % same parameters as the original CMINCH.
  9.  
  10. input c-cmssbx;
  11.  
  12. asc_height#:=                % height of lowercase ascenders
  13.     asc_height# - 0.00001 pt#;
  14.  
  15. cap_height#:=                % height of caps
  16.     cap_height# - 0.00001 pt#;
  17.  
  18. fig_height#:=                % height of numerals
  19.     fig_height# - 0.00001 pt#;
  20.  
  21. x_height#:=                  % height of lowercase without ascenders
  22.     x_height# - 0.00006 pt#;
  23.  
  24. comma_depth#:=               % depth of comma below baseline
  25.     comma_depth# + 0.00002 pt#;
  26.  
  27. desc_depth#:=                % depth of lowercase descenders
  28.     desc_depth# - 0.00002 pt#;
  29.  
  30. hair#:=                      % lowercase hairline breadth
  31.     hair# + 0.00003 pt#;
  32.  
  33. stem#:=                      % lowercase stem breadth
  34.     stem# + 0.00003 pt#;
  35.  
  36. curve#:=                     % lowercase curve breadth
  37.     curve# + 0.00003 pt#;
  38.  
  39. ess#:=                       % breadth in middle of lowercase s
  40.     ess# - 0.00002 pt#;
  41.  
  42. flare#:=                     % diameter of bulbs or breadth of terminals
  43.     flare# + 0.00003 pt#;
  44.  
  45. dot_size#:=                  % diameter of dots
  46.     dot_size# + 0.00002 pt#;
  47.  
  48. cap_hair#:=                  % uppercase hairline breadth
  49.     cap_hair# + 0.00003 pt#;
  50.  
  51. cap_stem#:=                  % uppercase stem breadth
  52.     cap_stem# + 0.00007 pt#;
  53.  
  54. cap_ess#:=                   % breadth in middle of uppercase s
  55.     cap_ess# + 0.00006 pt#;
  56.  
  57. notch_cut#:=                 % maximum breadth above or below notches
  58.     notch_cut# + 0.00003 pt#;
  59.  
  60. generate title               % switch to the driver file - caps and digits only
  61.